func github.com/jackc/pgx/v5/internal/sanitize.scanDollarQuoteTag

2 uses

	github.com/jackc/pgx/v5/internal/sanitize (current package)
		sanitize.go#L246: 			if tagLen, ok := scanDollarQuoteTag(l.src[l.pos:]); ok {
		sanitize.go#L382: func scanDollarQuoteTag(src string) (int, bool) {